@charset "utf-8";
/* CSS Document Regole Pagina Index */

@-moz-keyframes dropHeader {
    0% {
        -moz-transform: translateX(-500%);
    }
    100% {
        -moz-transform: translateX(0);
    }
}
@-webkit-keyframes dropHeader {
    0% {
        -webkit-transform: translateX(-500%);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@-o-keyframes dropHeader {
    0% {
        -webkit-transform: translateX(-500%);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@keyframes dropHeader {
    0% {
        transform: translateX(-500%);
    }
    100% {
        transform: translateX(0);
    }
}

@-moz-keyframes Testoalfa {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes Testoalfa {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes Testoalfa {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-ms-keyframes Testoalfa {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes Testoalfa {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
 a:link {
	line-height:1.5;
	padding:0;
	margin:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	letter-spacing: 1px;
	text-decoration: none;
	color: #000;
	border:0;
 }
 a:visited {
 	text-decoration: none;
	outline:none;
	color: #000;
 }
 a:hover {
	text-decoration: none;
	outline:none;
	color: #F60;
 }
 a:active {
	text-decoration: none;
	outline:none;
 }
 a:focus {
    outline:none;
 }
 .colRed {
	color:#F00;
}
.colFuxia {
	color:#EC0579;
}
.colArancio {
	color:#FC0;
}
p.blocktexttesto {
	padding-top:2%;
	margin-left:10%;
	text-align:left;
	width: 80%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	color: #000;
	letter-spacing: 1px;
	line-height: 1.5;
	word-wrap: break-word;
 }
 p.blocktexttestoContatti {
	padding-top:2%;
	margin-left:5%;
	text-align:left;
	width: 90%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	color: #000;
	letter-spacing: 1px;
	line-height: 1.5;
 }
 p.blocktexttestopartitaiva {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	word-wrap: break-word;
 }
  p.blocktext {
	margin:0px;
	text-align:left;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	color: #000;
	letter-spacing: 1px;
	line-height: 1.3;
	word-wrap: break-word;
 }
 
 p.blocktexttestoindirizzo {
	padding-top:0;
	margin-left:5%;
	text-align:left;
	width: 90%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	color: #FFF;
	letter-spacing: 1px;
	line-height: 1.3;
	word-wrap: break-word;
 }
 
#Pulsantebottonisx{
	float: left;
	width:100%;
    outline: none;
    cursor: pointer;
	margin:0;
	display: inline-block;
	padding: 3% 0px 3% 0px;
	position: relative;
	text-decoration:none !important;
	white-space:nowrap;
    text-align: center;
	border-top:0;
	border-left:0;
	border-bottom:0;
	border-right: solid 2px #F90;
	
	
	color:#EC0579;
    background: #FC0;
    background: -webkit-gradient(linear, left top, left bottom, from(#FC0;), to(#F90;));
    background: -webkit-linear-gradient(top,  #FC0,  #F90);
    background: -moz-linear-gradient(top,  #FC0,  #F90);
    background: -ms-linear-gradient(top,  #FC0,  #F90);
    background: -o-linear-gradient(top,  #FC0,  #F90);
    background: linear-gradient(top,  #FC0,  #F90);
    -pie-background: linear-gradient(#FC0,  #F90);
    behavior: url(pie/PIE.htc);
    
	 
	 
	border-radius:8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
}
#Pulsantebottonisx:hover{
	color: #797979;
	display: inline-block;
	padding: 3% 0px 3% 0px;
	position: relative;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	text-decoration:none !important;
	white-space:nowrap;
    text-align: center;
	border-right: solid 2px #CCC;
	border-top:0;
	border-left:0;
	border-bottom:0;
	
	background-color: #dfdede;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#fefefe), color-stop(0.5,#ececec), color-stop(0.51, #dfdede));
	background-image: -moz-linear-gradient(#fefefe 0%, #ececec 50%, #dfdede 51%);
	background-image: -o-linear-gradient(#fefefe 0%, #ececec 50%, #dfdede 51%);
	background-image: -ms-linear-gradient(#fefefe 0%, #ececec 50%, #dfdede 51%);
	background-image: linear-gradient(#fefefe 0%, #ececec 50%, #dfdede 51%);
	
	-pie-background: linear-gradient(#fefefe 0%, #ececec 50%, #dfdede 51%);
     behavior: url(pie/PIE.htc);
	
	border-radius:8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
	
	
}
#Pulsantebottonisx:active {
	position: relative;
	top: 1px;
}
#Pulsantebottoni{
	float: left;
	width:100%;
    outline: none;
    cursor: pointer;
	margin:0;
	display: inline-block;
	padding: 3% 0px 3% 0px;
	position: relative;
	text-decoration:none !important;
	white-space:nowrap;
    text-align: center;
	border-top:0;
	border-left:0;
	border-bottom:0;
	border-right: solid 2px #F90;
	
	
	color:#EC0579;
    background: #FC0;
    background: -webkit-gradient(linear, left top, left bottom, from(#FC0), to(#F90));
    background: -webkit-linear-gradient(top,  #FC0,  #F90);
    background: -moz-linear-gradient(top,  #FC0,  #F90);
    background: -ms-linear-gradient(top,  #FC0,  #F90);
    background: -o-linear-gradient(top,  #FC0,  #F90);
    background: linear-gradient(top,  #FC0,  #F90);
    -pie-background: linear-gradient(#FC0,  #F90);
    behavior: url(pie/PIE.htc);
	 
	 
	border-radius:0;
	-moz-border-radius:0;
    -webkit-border-radius:0;
}
#Pulsantebottoni:hover{
	
	color: #797979;
	display: inline-block;
	
	padding: 3% 0px 3% 0px;
	position: relative;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	text-decoration:none !important;
	white-space:nowrap;
    text-align: center;
	border-right: solid 2px #CCC;
	border-top:0;
	border-left:0;
	border-bottom:0;
	
	background-color: #dfdede;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#fefefe), color-stop(0.5,#ececec), color-stop(0.51, #dfdede));
	background-image: -moz-linear-gradient(#fefefe 0%, #ececec 50%, #dfdede 51%);
	background-image: -o-linear-gradient(#fefefe 0%, #ececec 50%, #dfdede 51%);
	background-image: -ms-linear-gradient(#fefefe 0%, #ececec 50%, #dfdede 51%);
	background-image: linear-gradient(#fefefe 0%, #ececec 50%, #dfdede 51%);
	
	-pie-background: linear-gradient(#fefefe 0%, #ececec 50%, #dfdede 51%);
     behavior: url(pie/PIE.htc);
	
	border-radius:0;
	-moz-border-radius:0;
    -webkit-border-radius:0;
}
#Pulsantebottoni:active {
	position: relative;
	top: 1px;
}

#Pulsantebottonidx{
	float: left;
	width:100%;
    outline: none;
    cursor: pointer;
	margin:0;
	display: inline-block;
	padding: 3% 0px 3% 0px;
	position: relative;
	text-decoration:none !important;
	white-space:nowrap;
    text-align: center;
	border:0;
	
	color:#EC0579;
    background: #FC0;
    background: -webkit-gradient(linear, left top, left bottom, from(#FC0), to(#F90));
    background: -webkit-linear-gradient(top,  #FC0,  #F90);
    background: -moz-linear-gradient(top,  #FC0,  #F90);
    background: -ms-linear-gradient(top,  #FC0,  #F90);
    background: -o-linear-gradient(top,  #FC0,  #F90);
    background: linear-gradient(top,  #FC0,  #F90);
    -pie-background: linear-gradient(#FC0,  #F90);
    behavior: url(pie/PIE.htc);
    
	 
	 
	border-radius:0 8px 8px 0;
	-moz-border-radius:0 8px 8px 0;
    -webkit-border-radius:0 8px 8px 0;
}
#Pulsantebottonidx:hover{
	
	color: #797979;
	display: inline-block;
	
	padding: 3% 0px 3% 0px;
	position: relative;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	text-decoration:none !important;
	white-space:nowrap;
    text-align: center;
	border-right: solid 2px #CCC;
	border-top:0;
	border-left:0;
	border-bottom:0;
	
	background-color: #dfdede;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#fefefe), color-stop(0.5,#ececec), color-stop(0.51, #dfdede));
	background-image: -moz-linear-gradient(#fefefe 0%, #ececec 50%, #dfdede 51%);
	background-image: -o-linear-gradient(#fefefe 0%, #ececec 50%, #dfdede 51%);
	background-image: -ms-linear-gradient(#fefefe 0%, #ececec 50%, #dfdede 51%);
	background-image: linear-gradient(#fefefe 0%, #ececec 50%, #dfdede 51%);
	
	-pie-background: linear-gradient(#fefefe 0%, #ececec 50%, #dfdede 51%);
     behavior: url(pie/PIE.htc);
	
	border-radius:0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
}
#Pulsantebottonidx:active {
	position: relative;
	top: 1px;
}
#Pulsantebottoneprivacy{
	float: left;
	width:100%;
    outline: none;
    cursor: pointer;
	margin:0;
	display: inline-block;
	padding: 6% 0px 6% 0px;
	position: relative;
	text-decoration:none !important;
    text-align: center;
	border-top:0;
	border-left:0;
	border-bottom:0;
	border-right: 0;
	color: #000;
	background:#EBEBEB;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
	word-wrap: break-word;
}
#Pulsantebottoneprivacy:hover{
	display: inline-block;
	padding: 6% 0px 6% 0px;
	position: relative;
	text-decoration:none !important;
    text-align: center;
	border-right:0;
	border-top:0;
	border-left:0;
	border-bottom:0;
	background-color: #dfdede;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
	word-wrap: break-word;
}
#Pulsantebottoneprivacy:active {
	position: relative;
	top: 1px;
}
#Pulsantebottoniportrait2{
	float: left;
	width:100%;
    outline: none;
    cursor: pointer;
	margin:0;
	display: inline-block;
	padding: 3% 0px 3% 0px;
	position: relative;
	text-decoration:none !important;
    text-align: left;
	padding-left:2%;
	border-left:0;
	border-right:0;
	border-top: solid 1px #F90;
	border-bottom: 0;
	font: 1.1em/1 Verdana,sans-serif;
	letter-spacing: 2px;
	color:#EC0579;
	background:#FC0;
	border-radius:0;
	-moz-border-radius:0;
    -webkit-border-radius:0;
	word-wrap: break-word;
}
#Pulsantebottoniportrait3{
	float: left;
	width:100%;
    outline: none;
    cursor: pointer;
	margin:0;
	display: inline-block;
	padding: 3% 0px 3% 0px;
	position: relative;
	text-decoration:none !important;
    text-align: left;
	padding-left:2%;
	border-left:0;
	border-right:0;
	border-top: solid 1px #F60;
	border-bottom: 0;
	font: 1.1em/1 Verdana,sans-serif;
	letter-spacing: 2px;
	color: #fff;
	background-color:#C03;
	border-radius:0;
	-moz-border-radius:0;
    -webkit-border-radius:0;
	word-wrap: break-word;
}
#ContenitoreTitolo{
	top:0px;
	left:0px;
	float: left;
	width: 100%;
	background-color:#FC0;
}
 #ContenitoreIndirizzoOrariSocial{
	background-color:#333;
 }
 #ContenitoreSocialNuovo{
	background-color:#333;
 }
 #ContenitoreIndirizzo{
	background-color:#333;
 }
 #ContenitoreOrari{
	background-color:#333;
 }
 #ContenitorePulsanteNavigazione{
	background:#FC0;
}
#pulsantemoreinfo {
    background:#FC0;
}
h1 {
	font-family: 'Lobster', cursive;
	color:#EC0579;
	text-align: left;
	font-weight: normal;
	line-height: 1;
	word-wrap: break-word;
}
h2 {
	font-family: 'Lobster', cursive;
	color:#EC0579;
	text-align: left;
	font-weight: normal;
	line-height: 1.3;
	margin-left:2%;
	word-wrap: break-word;
}
#ContenitorePartitaIva{
	background:#FC0;
	margin:0;
	padding:0;
	float: left;
	width:100%;
}

@media screen and (min-width: 2101px) and (max-width:9999px) {
/* Desktop Grandi TV e Monitor Grandi da 26 e oltre */ 
 body {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background: #FFF;
  overflow-x:hidden;
 }
 #ContenitoreSito {
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background:#FFF;
}
#ContenitoreFoto {
	position: relative;
	top:0px;
	left:0px;
	float: none;
	width: 100%;
	z-index:1;
	background:#FFF;
}
#ContenitoreFotoSmartphone {
	position: relative;
	top:0px;
	left:0px;
	float: none;
	width: 100%;
	z-index:1;
	background:#FFF;
	display:none;
}
#ContenitoreLogoFotoBottoni {
	position: relative;
	float: left;
	width: 100%;
	background:#FFF;
}
#ContenitoreLogo{
	position: absolute;
	top:77%;
	left:83%;
	float: none;
	width: 15%;
	z-index:2;
}
#ContenitoreTitoloH1{
	margin-left:1%;
	float: left;
	width: 94%;
}
#ContenitorePulsanteNavigazione{
	position:relative;
	float: left;
	margin-top:0;
	margin-left:1%;
	margin-right:0;
	width: 10%;
	z-index:100;
	display:none;
	background:#E6CBAD;
}
#pulsantemoreinfo {
    width:100%;
    outline: none;
    cursor: pointer;
	margin:0;
	padding:0;
	border:0;
	background:#E6CBAD;
    text-align: center;
    text-decoration: none;
	display:none;
}
#ContenitoreTotaleBottoniAlti{
	position: absolute;
	top:5%;
	left:5%;
	float: none;
	width: 90%;
	z-index:2;
	margin:0;
	padding:0;
}
#ContenitoreBottoni{
	float: left;
	width: 33.3%;
	padding:0;
}
#Pulsantebottonisx{
	font: 1.3em/1 Lobster,Arial,sans-serif;
}
#Pulsantebottoni{
	font: 1.3em/1 Lobster,Arial,sans-serif;
}
#Pulsantebottonidx{
	font: 1.3em/1 Lobster,Arial,sans-serif;
}
#ContenitoreTotaleBottoniBassi{
	margin-top:3%;
	margin-bottom:5%;
	float: left;
	width:100%;
}
#ContenitoreBottoniBassi{
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    background:#FFF;
	margin-left:6%;
	float: left;
	width:25%;
	padding-bottom:2%;
}

#ContenitoreFotoBottoniBassi{
	float: left;
	width:100%;
}
#ContenitoreTestoBottoniBassi{
	margin-top:2%;
	margin-left:5%;
	margin-botton:2%;
	float: left;
	width:90%;
}
#ContenitoreButtonScopriBottoniBassi{
	margin-top:7%;
	margin-left:10%;
	margin-botton:2%;
	float: left;
	width:80%;
}
#pulsantescopri {
 width:100%;
 outline: none;
 cursor: pointer;
 text-align: center;
 text-decoration: none;
 font-family: 'Lobster', cursive;
 font-size: 1.2em;
 color: #fff;
 padding-top:4%;
 padding-bottom:4%;
 margin-bottom:5%;
 border: solid 1px #0095cd;
 background: #0095cd;
 background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
 background: -webkit-linear-gradient(top,  #00adee,  #0078a5);
 background: -moz-linear-gradient(top,  #00adee,  #0078a5);
 background: -ms-linear-gradient(top,  #00adee,  #0078a5);
 background: -o-linear-gradient(top,  #00adee,  #0078a5);
 background: linear-gradient(top,  #00adee,  #0078a5);
 
 -pie-background: linear-gradient(#00adee,  #0078a5);
 behavior: url(pie/PIE.htc);
 
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
#pulsantescopri:hover {
 background: #0095cd;
 background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
 background: -webkit-linear-gradient(top,  #0078a5,  #00adee);
 background: -moz-linear-gradient(top,  #0078a5,  #00adee);
 background: -ms-linear-gradient(top,  #0078a5,  #00adee);
 background: -o-linear-gradient(top,  #0078a5,  #00adee);
 background: linear-gradient(top,  #0078a5,  #00adee);
 
 -pie-background: linear-gradient(#0078a5,  #00adee);
 behavior: url(pie/PIE.htc);
}
#pulsantescopri:active {
	position: relative;
	top: 1px;
}
#ContenitoreTesto{
	margin-top:2%;
	margin-left:5%;
	margin-bottom:5%;
	float: left;
	width:90%;
}
#ContenitorePrivacyCookie{
	margin-top:3%;
	margin-left:0;
	margin-bottom:0;
	float: left;
	width:100%;
}
#ContenitorePrivacy{
	margin-top:0;
	margin-left:69%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:15%;
}
#ContenitoreCookie{
	margin-top:0;
	margin-left:1%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:15%;
}
#Pulsantebottoneprivacy{
	font: 0.9em/1 Verdana, Geneva, sans-serif;
	letter-spacing:1px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
 p.blocktexttesto {
	padding-top:2%;
	margin-left:10%;
	text-align:left;
	width: 80%;
 }
 p.blocktexttestopartitaiva {
	line-height: 0.1;
	text-align:center;
	width: 90%;
	font-size: 0.9em;
	letter-spacing: 2px;
	margin-left:5%;
	padding-top:0.2%;
	padding-bottom:0.2%;
 }
 #ContenitoreIndirizzoOrariSocial{
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	padding:0;
	float: left;
	width:100%;
 }
 #ContenitoreIndirizzo{
	margin-top:0;
	margin-left:0;
	margin-right:5%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:95%;
 }
 #ContenitoreSocialNuovo{
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	padding:0;
	float: left;
	width:100%;
}
#ContenitoreSocial{
	margin-left:2%;
	margin-right:0;
	margin-top:1%;
	margin-bottom:1%;
	float: left;
	width: 3%;
}
#Logowappfisso{
   width: 5%;
   position: fixed;
   bottom: 10px;
   right: 0px;
   z-index:3;
 }
 #ContenitoreCall{
	margin-top:0;
	margin-left:2%;
	margin-right:58%;
	margin-bottom:5%;
	float: left;
	width:40%;
	display:none;
}
 #ContenitoreTotaleBottoniAltiVersioneTelefoniPortrait {
	margin-top:1%;
	padding:0;
	float:left;
	width: 100%;
	position:relative;
	display:none;
 }
 #ContenitoreBottoniAltiVersioneTelefoniPortrait2 {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 100%;
	display:none;
 }
 #ContenitoreBottoniAltiVersioneTelefoniPortrait {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 60%;
	display:none;
 }
  #ContenitoreTotaleBottoniAltiVersioneTelefoniPortrait {
	margin:0;
	margin-top:0;
	padding-bottom:10%;
	padding-top:0;
	width: 100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	background:#FFF;
	
	-moz-animation-name: dropHeader;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: steps(1,1|10);
    -moz-animation-duration: 1s;

    -webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: steps(1,1|1);
    -webkit-animation-duration: 1s;

    animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: steps(1,1|1);
    animation-duration: 1s;
	
	-o-animation-name: dropHeader;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: steps(1,1|1);
    -o-animation-duration: 1s;
	display:none;
 }
 #ContenitoreBottoniAltiVersioneTelefoniPortrait {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 100%;
	display:none;
 }
 #ContenitoreLogoVersioneTelefoniPortrait {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 100%;
	background:#FFF;
	display:none;
 }
}
@media screen and (min-width: 1201px) and (max-width:2100px) {
/* Desktop */
 body {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background: #FFF;
  overflow-x:hidden;
 }
 #ContenitoreSito {
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background:#FFF;
}
#ContenitoreFoto {
	position: relative;
	top:0px;
	left:0px;
	float: none;
	width: 100%;
	z-index:1;
	background:#FFF;
}
#ContenitoreFotoSmartphone {
	position: relative;
	top:0px;
	left:0px;
	float: none;
	width: 100%;
	z-index:1;
	background:#FFF;
	display:none;
}
#ContenitoreLogoFotoBottoni {
	position: relative;
	float: left;
	width: 100%;
	background:#FFF;
}
#ContenitoreLogo{
	position: absolute;
	top:77%;
	left:83%;
	float: none;
	width: 15%;
	z-index:2;
}
#ContenitoreTitoloH1{
	margin-left:1%;
	float: left;
	width: 94%;
}
#ContenitorePulsanteNavigazione{
	position:relative;
	float: left;
	margin-top:0;
	margin-left:1%;
	margin-right:0;
	width: 10%;
	z-index:100;
	display:none;
	background:#E6CBAD;
}
#pulsantemoreinfo {
    width:100%;
    outline: none;
    cursor: pointer;
	margin:0;
	padding:0;
	border:0;
	background:#E6CBAD;
    text-align: center;
    text-decoration: none;
	display:none;
}
#ContenitoreTotaleBottoniAlti{
	position: absolute;
	top:5%;
	left:5%;
	float: none;
	width: 90%;
	z-index:2;
	margin:0;
	padding:0;
}
#ContenitoreBottoni{
	float: left;
	width: 33.3%;
	padding:0;
}
#Pulsantebottonisx{
	font: 1.3em/1 Lobster,Arial,sans-serif;
}
#Pulsantebottoni{
	font: 1.3em/1 Lobster,Arial,sans-serif;
}
#Pulsantebottonidx{
	font: 1.3em/1 Lobster,Arial,sans-serif;
}
#ContenitoreTotaleBottoniBassi{
	margin-top:3%;
	margin-bottom:5%;
	float: left;
	width:100%;
}
#ContenitoreBottoniBassi{
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    background:#FFF;
	margin-left:6%;
	float: left;
	width:25%;
	padding-bottom:2%;
}

#ContenitoreFotoBottoniBassi{
	float: left;
	width:100%;
}
#ContenitoreTestoBottoniBassi{
	margin-top:2%;
	margin-left:5%;
	margin-botton:2%;
	float: left;
	width:90%;
}
#ContenitoreButtonScopriBottoniBassi{
	margin-top:7%;
	margin-left:10%;
	margin-botton:2%;
	float: left;
	width:80%;
}
#pulsantescopri {
 width:100%;
 outline: none;
 cursor: pointer;
 text-align: center;
 text-decoration: none;
 font-family: 'Lobster', cursive;
 font-size: 1.2em;
 color: #fff;
 padding-top:4%;
 padding-bottom:4%;
 margin-bottom:5%;
 border: solid 1px #0095cd;
 background: #0095cd;
 background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
 background: -webkit-linear-gradient(top,  #00adee,  #0078a5);
 background: -moz-linear-gradient(top,  #00adee,  #0078a5);
 background: -ms-linear-gradient(top,  #00adee,  #0078a5);
 background: -o-linear-gradient(top,  #00adee,  #0078a5);
 background: linear-gradient(top,  #00adee,  #0078a5);
 
 -pie-background: linear-gradient(#00adee,  #0078a5);
 behavior: url(pie/PIE.htc);
 
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
#pulsantescopri:hover {
 background: #0095cd;
 background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
 background: -webkit-linear-gradient(top,  #0078a5,  #00adee);
 background: -moz-linear-gradient(top,  #0078a5,  #00adee);
 background: -ms-linear-gradient(top,  #0078a5,  #00adee);
 background: -o-linear-gradient(top,  #0078a5,  #00adee);
 background: linear-gradient(top,  #0078a5,  #00adee);
 
 -pie-background: linear-gradient(#0078a5,  #00adee);
 behavior: url(pie/PIE.htc);
}
#pulsantescopri:active {
	position: relative;
	top: 1px;
}
#ContenitoreTesto{
	margin-top:2%;
	margin-left:5%;
	margin-bottom:5%;
	float: left;
	width:90%;
}
#ContenitorePrivacyCookie{
	margin-top:3%;
	margin-left:0;
	margin-bottom:0;
	float: left;
	width:100%;
}
#ContenitorePrivacy{
	margin-top:0;
	margin-left:69%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:15%;
}
#ContenitoreCookie{
	margin-top:0;
	margin-left:1%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:15%;
}
#Pulsantebottoneprivacy{
	font: 0.9em/1 Verdana, Geneva, sans-serif;
	letter-spacing:1px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
 p.blocktexttesto {
	padding-top:2%;
	margin-left:10%;
	text-align:left;
	width: 80%;
 }
 p.blocktexttestopartitaiva {
	line-height: 0.1;
	text-align:center;
	width: 90%;
	font-size: 0.9em;
	letter-spacing: 2px;
	margin-left:5%;
	padding-top:0.2%;
	padding-bottom:0.2%;
 }
 #ContenitoreIndirizzoOrariSocial{
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	padding:0;
	float: left;
	width:100%;
 }
 #ContenitoreIndirizzo{
	margin-top:0;
	margin-left:0;
	margin-right:5%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:95%;
 }
 #ContenitoreSocialNuovo{
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	padding:0;
	float: left;
	width:100%;
}
#ContenitoreSocial{
	margin-left:2%;
	margin-right:0;
	margin-top:1%;
	margin-bottom:1%;
	float: left;
	width: 3%;
}
#Logowappfisso{
   width: 5%;
   position: fixed;
   bottom: 10px;
   right: 0px;
   z-index:3;
 }
 #ContenitoreCall{
	margin-top:0;
	margin-left:2%;
	margin-right:58%;
	margin-bottom:5%;
	float: left;
	width:40%;
	display:none;
}
 #ContenitoreTotaleBottoniAltiVersioneTelefoniPortrait {
	margin-top:1%;
	padding:0;
	float:left;
	width: 100%;
	position:relative;
	display:none;
 }
 #ContenitoreBottoniAltiVersioneTelefoniPortrait2 {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 100%;
	display:none;
 }
 #ContenitoreBottoniAltiVersioneTelefoniPortrait {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 60%;
	display:none;
 }
  #ContenitoreTotaleBottoniAltiVersioneTelefoniPortrait {
	margin:0;
	margin-top:0;
	padding-bottom:10%;
	padding-top:0;
	width: 100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	background:#FFF;
	
	-moz-animation-name: dropHeader;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: steps(1,1|10);
    -moz-animation-duration: 1s;

    -webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: steps(1,1|1);
    -webkit-animation-duration: 1s;

    animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: steps(1,1|1);
    animation-duration: 1s;
	
	-o-animation-name: dropHeader;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: steps(1,1|1);
    -o-animation-duration: 1s;
	display:none;
 }
 #ContenitoreBottoniAltiVersioneTelefoniPortrait {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 100%;
	display:none;
 }
 #ContenitoreLogoVersioneTelefoniPortrait {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 100%;
	background:#FFF;
	display:none;
 }
}
@media screen and (min-width: 1025px) and (max-width:1200px) {
/* Notebook */
 body {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background: #FFF;
  overflow-x:hidden;
 }
 #ContenitoreSito {
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background:#FFF;
}
#ContenitoreFoto {
	position: relative;
	top:0px;
	left:0px;
	float: none;
	width: 100%;
	z-index:1;
	background:#FFF;
}
#ContenitoreFotoSmartphone {
	position: relative;
	top:0px;
	left:0px;
	float: none;
	width: 100%;
	z-index:1;
	background:#FFF;
	display:none;
}
#ContenitoreLogoFotoBottoni {
	position: relative;
	float: left;
	width: 100%;
	background:#FFF;
}
#ContenitoreLogo{
	position: absolute;
	top:77%;
	left:83%;
	float: none;
	width: 15%;
	z-index:2;
}
#ContenitoreTitoloH1{
	margin-left:1%;
	float: left;
	width: 94%;
}
#ContenitorePulsanteNavigazione{
	position:relative;
	float: left;
	margin-top:0;
	margin-left:1%;
	margin-right:0;
	width: 10%;
	z-index:100;
	display:none;
	background:#E6CBAD;
}
#pulsantemoreinfo {
    width:100%;
    outline: none;
    cursor: pointer;
	margin:0;
	padding:0;
	border:0;
	background:#E6CBAD;
    text-align: center;
    text-decoration: none;
	display:none;
}
#ContenitoreTotaleBottoniAlti{
	position: absolute;
	top:5%;
	left:5%;
	float: none;
	width: 90%;
	z-index:2;
	margin:0;
	padding:0;
}
#ContenitoreBottoni{
	float: left;
	width: 33.3%;
	padding:0;
}
#Pulsantebottonisx{
	font: 1.3em/1 Lobster,Arial,sans-serif;
}
#Pulsantebottoni{
	font: 1.3em/1 Lobster,Arial,sans-serif;
}
#Pulsantebottonidx{
	font: 1.3em/1 Lobster,Arial,sans-serif;
}
#ContenitoreTotaleBottoniBassi{
	margin-top:3%;
	margin-bottom:5%;
	float: left;
	width:100%;
}
#ContenitoreBottoniBassi{
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    background:#FFF;
	margin-left:6%;
	float: left;
	width:25%;
	padding-bottom:2%;
}

#ContenitoreFotoBottoniBassi{
	float: left;
	width:100%;
}
#ContenitoreTestoBottoniBassi{
	margin-top:2%;
	margin-left:5%;
	margin-botton:2%;
	float: left;
	width:90%;
}
#ContenitoreButtonScopriBottoniBassi{
	margin-top:7%;
	margin-left:10%;
	margin-botton:2%;
	float: left;
	width:80%;
}
#pulsantescopri {
 width:100%;
 outline: none;
 cursor: pointer;
 text-align: center;
 text-decoration: none;
 font-family: 'Lobster', cursive;
 font-size: 1.2em;
 color: #fff;
 padding-top:5%;
 padding-bottom:5%;
 margin-bottom:7%;
 border: solid 1px #0095cd;
 background: #0095cd;
 background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
 background: -webkit-linear-gradient(top,  #00adee,  #0078a5);
 background: -moz-linear-gradient(top,  #00adee,  #0078a5);
 background: -ms-linear-gradient(top,  #00adee,  #0078a5);
 background: -o-linear-gradient(top,  #00adee,  #0078a5);
 background: linear-gradient(top,  #00adee,  #0078a5);
 
 -pie-background: linear-gradient(#00adee,  #0078a5);
 behavior: url(pie/PIE.htc);
 
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
#pulsantescopri:hover {
 background: #0095cd;
 background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
 background: -webkit-linear-gradient(top,  #0078a5,  #00adee);
 background: -moz-linear-gradient(top,  #0078a5,  #00adee);
 background: -ms-linear-gradient(top,  #0078a5,  #00adee);
 background: -o-linear-gradient(top,  #0078a5,  #00adee);
 background: linear-gradient(top,  #0078a5,  #00adee);
 
 -pie-background: linear-gradient(#0078a5,  #00adee);
 behavior: url(pie/PIE.htc);
}
#pulsantescopri:active {
	position: relative;
	top: 1px;
}
#ContenitoreTesto{
	margin-top:2%;
	margin-left:5%;
	margin-bottom:5%;
	float: left;
	width:90%;
}
#ContenitorePrivacyCookie{
	margin-top:3%;
	margin-left:0;
	margin-bottom:0;
	float: left;
	width:100%;
}
#ContenitorePrivacy{
	margin-top:0;
	margin-left:69%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:15%;
}
#ContenitoreCookie{
	margin-top:0;
	margin-left:1%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:15%;
}
#Pulsantebottoneprivacy{
	font: 0.9em/1 Verdana, Geneva, sans-serif;
	letter-spacing:1px;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.8em;
}
 p.blocktexttesto {
	padding-top:2%;
	margin-left:10%;
	text-align:left;
	width: 80%;
 }
 p.blocktexttestopartitaiva {
	line-height: 0.1;
	text-align:center;
	width: 90%;
	font-size: 0.9em;
	letter-spacing: 2px;
	margin-left:5%;
	padding-top:0.2%;
	padding-bottom:0.2%;
 }
  #ContenitoreIndirizzoOrariSocial{
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	padding:0;
	float: left;
	width:100%;
 }
  #ContenitoreIndirizzo{
	margin-top:0;
	margin-left:0;
	margin-right:5%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:95%;
 }
  #ContenitoreSocialNuovo{
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	padding:0;
	float: left;
	width:100%;
}
#ContenitoreSocial{
	margin-left:2%;
	margin-right:0;
	margin-top:1%;
	margin-bottom:1%;
	float: left;
	width: 3%;
}
#Logowappfisso{
   width: 6%;
   position: fixed;
   bottom: 10px;
   right: 0px;
   z-index:3;
 }
 #ContenitoreCall{
	margin-top:0;
	margin-left:2%;
	margin-right:58%;
	margin-bottom:5%;
	float: left;
	width:40%;
	display:none;
}
 #ContenitoreTotaleBottoniAltiVersioneTelefoniPortrait {
	margin-top:1%;
	padding:0;
	float:left;
	width: 100%;
	position:relative;
	display:none;
 }
 #ContenitoreBottoniAltiVersioneTelefoniPortrait2 {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 100%;
	display:none;
 }
 #ContenitoreBottoniAltiVersioneTelefoniPortrait {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 60%;
	display:none;
 }
  #ContenitoreTotaleBottoniAltiVersioneTelefoniPortrait {
	margin:0;
	margin-top:0;
	padding-bottom:10%;
	padding-top:0;
	width: 100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	background:#FFF;
	
	-moz-animation-name: dropHeader;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: steps(1,1|10);
    -moz-animation-duration: 1s;

    -webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: steps(1,1|1);
    -webkit-animation-duration: 1s;

    animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: steps(1,1|1);
    animation-duration: 1s;
	
	-o-animation-name: dropHeader;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: steps(1,1|1);
    -o-animation-duration: 1s;
	display:none;
 }
 #ContenitoreBottoniAltiVersioneTelefoniPortrait {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 100%;
	display:none;
 }
 #ContenitoreLogoVersioneTelefoniPortrait {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 100%;
	background:#FFF;
	display:none;
 }
}
@media screen and (min-width: 650px) and (max-width:1024px) {
/* Tablet Orizzontali Landscape */
 body {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background: #FFF;
  overflow-x:hidden;
 }
 #ContenitoreSito {
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background:#FFF;
}
#ContenitoreFoto {
	position: relative;
	top:0px;
	left:0px;
	float: none;
	width: 100%;
	z-index:1;
	background:#FFF;
}
#ContenitoreFotoSmartphone {
	position: relative;
	top:0px;
	left:0px;
	float: none;
	width: 100%;
	z-index:1;
	background:#FFF;
	display:none;
}
#ContenitoreLogoFotoBottoni {
	position: relative;
	float: left;
	width: 100%;
	background:#FFF;
}
#ContenitoreLogo{
	position: absolute;
	top:74%;
	left:80%;
	float: none;
	width: 18%;
	z-index:2;
}
#ContenitoreTitoloH1{
	margin-left:1%;
	float: left;
	width: 94%;
}
#ContenitorePulsanteNavigazione{
	position:relative;
	float: left;
	margin-top:0;
	margin-left:1%;
	margin-right:0;
	width: 10%;
	z-index:100;
	display:none;
	background:#E6CBAD;
}
#pulsantemoreinfo {
    width:100%;
    outline: none;
    cursor: pointer;
	margin:0;
	padding:0;
	border:0;
	background:#E6CBAD;
    text-align: center;
    text-decoration: none;
	display:none;
}
#ContenitoreTotaleBottoniAlti{
	position: absolute;
	top:5%;
	left:5%;
	float: none;
	width: 90%;
	z-index:2;
	margin:0;
	padding:0;
}
#ContenitoreBottoni{
	float: left;
	width: 33.3%;
	padding:0;
}
#Pulsantebottonisx{
	font: 1.3em/1 Lobster,Arial,sans-serif;
}
#Pulsantebottoni{
	font: 1.3em/1 Lobster,Arial,sans-serif;
}
#Pulsantebottonidx{
	font: 1.3em/1 Lobster,Arial,sans-serif;
}
#ContenitoreTotaleBottoniBassi{
	margin-top:5%;
	float: left;
	width:100%;
	margin-bottom:5%;
}
#ContenitoreBottoniBassi{
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    background:#FFF;
	margin-left:6%;
	float: left;
	width:25%;
	padding-bottom:2%;
}

#ContenitoreFotoBottoniBassi{
	float: left;
	width:100%;
}
#ContenitoreTestoBottoniBassi{
	margin-top:2%;
	margin-left:5%;
	margin-botton:2%;
	float: left;
	width:90%;
}
#ContenitoreButtonScopriBottoniBassi{
	margin-top:7%;
	margin-left:10%;
	margin-botton:2%;
	float: left;
	width:80%;
}
#pulsantescopri {
 width:100%;
 outline: none;
 cursor: pointer;
 text-align: center;
 text-decoration: none;
 font-family: 'Lobster', cursive;
 font-size: 1.2em;
 color: #fff;
 padding-top:5%;
 padding-bottom:5%;
 margin-bottom:7%;
 border: solid 1px #0095cd;
 background: #0095cd;
 background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
 background: -webkit-linear-gradient(top,  #00adee,  #0078a5);
 background: -moz-linear-gradient(top,  #00adee,  #0078a5);
 background: -ms-linear-gradient(top,  #00adee,  #0078a5);
 background: -o-linear-gradient(top,  #00adee,  #0078a5);
 background: linear-gradient(top,  #00adee,  #0078a5);
 
 -pie-background: linear-gradient(#00adee,  #0078a5);
 behavior: url(pie/PIE.htc);
 
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
#pulsantescopri:hover {
 background: #0095cd;
 background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
 background: -webkit-linear-gradient(top,  #0078a5,  #00adee);
 background: -moz-linear-gradient(top,  #0078a5,  #00adee);
 background: -ms-linear-gradient(top,  #0078a5,  #00adee);
 background: -o-linear-gradient(top,  #0078a5,  #00adee);
 background: linear-gradient(top,  #0078a5,  #00adee);
 
 -pie-background: linear-gradient(#0078a5,  #00adee);
 behavior: url(pie/PIE.htc);
}
#pulsantescopri:active {
	position: relative;
	top: 1px;
}
#pulsantescopri:active {
	position: relative;
	top: 1px;
}
#ContenitoreTesto{
	margin-top:2%;
	margin-left:5%;
	margin-bottom:5%;
	float: left;
	width:90%;
}
#ContenitorePrivacyCookie{
	margin-top:3%;
	margin-left:0;
	margin-bottom:0;
	float: left;
	width:100%;
}
#ContenitorePrivacy{
	margin-top:0;
	margin-left:59%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:20%;
}
#ContenitoreCookie{
	margin-top:0;
	margin-left:1%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:20%;
}
#Pulsantebottoneprivacy{
	font: 0.9em/1 Verdana, Geneva, sans-serif;
	letter-spacing:1px;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.5em;
}
 p.blocktexttesto {
	padding-top:2%;
	margin-left:10%;
	text-align:left;
	width: 80%;
 }
 p.blocktexttestopartitaiva {
	line-height: 0.1;
	text-align:center;
	width: 90%;
	font-size: 0.9em;
	letter-spacing: 2px;
	margin-left:5%;
	padding-top:0.2%;
	padding-bottom:0.2%;
 }
 #ContenitoreIndirizzoOrariSocial{
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	padding:0;
	float: left;
	width:100%;
 }
 #ContenitoreIndirizzo{
	margin-top:0;
	margin-left:0;
	margin-right:5%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:95%;
 }
#ContenitoreSocialNuovo{
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	padding:0;
	float: left;
	width:100%;
}
#ContenitoreSocial{
	margin-left:2%;
	margin-right:0;
	margin-top:1%;
	margin-bottom:1%;
	float: left;
	width: 5%;
}
#Logowappfisso{
   width: 9%;
   position: fixed;
   bottom: 10px;
   right: 0px;
   z-index:3;
 }
 #ContenitoreCall{
	margin-top:0;
	margin-left:2%;
	margin-right:58%;
	margin-bottom:5%;
	float: left;
	width:40%;
	display:none;
}
 #ContenitoreTotaleBottoniAltiVersioneTelefoniPortrait {
	margin-top:1%;
	padding:0;
	float:left;
	width: 100%;
	position:relative;
	display:none;
 }
 #ContenitoreBottoniAltiVersioneTelefoniPortrait2 {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 100%;
	display:none;
 }
 #ContenitoreBottoniAltiVersioneTelefoniPortrait {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 60%;
	display:none;
 }
  #ContenitoreTotaleBottoniAltiVersioneTelefoniPortrait {
	margin:0;
	margin-top:0;
	padding-bottom:10%;
	padding-top:0;
	width: 100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	background:#FFF;
	
	-moz-animation-name: dropHeader;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: steps(1,1|10);
    -moz-animation-duration: 1s;

    -webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: steps(1,1|1);
    -webkit-animation-duration: 1s;

    animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: steps(1,1|1);
    animation-duration: 1s;
	
	-o-animation-name: dropHeader;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: steps(1,1|1);
    -o-animation-duration: 1s;
	display:none;
 }
 #ContenitoreBottoniAltiVersioneTelefoniPortrait {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 100%;
	display:none;
 }
 #ContenitoreLogoVersioneTelefoniPortrait {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 100%;
	background:#FFF;
	display:none;
 }
}

@media screen and (min-width: 501px) and (max-width:649px) {
/* Tablet Verticali Portrait e Telefoni Landascape*/
 body {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background: #FFF;
  overflow-x:hidden;
 }
 #ContenitoreSito {
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background:#FFF;
}
#ContenitoreFoto {
	position: relative;
	top:0px;
	left:0px;
	float: none;
	width: 100%;
	z-index:1;
	background:#FFF;
}
#ContenitoreFotoSmartphone {
	position: relative;
	top:0px;
	left:0px;
	float: none;
	width: 100%;
	z-index:1;
	background:#FFF;
	display:none;
}
#ContenitoreLogoFotoBottoni {
	position: relative;
	float: left;
	width: 100%;
	background:#FFF;
}
#ContenitoreLogo{
	position: absolute;
	top:74%;
	left:80%;
	float: none;
	width: 18%;
	z-index:2;
}
#ContenitoreTitoloH1{
	margin-left:1%;
	float: left;
	width: 93%;
}
#ContenitorePulsanteNavigazione{
	position:relative;
	float: left;
	margin-top:0;
	margin-left:1%;
	margin-right:0;
	width: 10%;
	z-index:100;
	display:none;
	background:#E6CBAD;
}
#pulsantemoreinfo {
    width:100%;
    outline: none;
    cursor: pointer;
	margin:0;
	padding:0;
	border:0;
	background:#E6CBAD;
    text-align: center;
    text-decoration: none;
	display:none;
}
#ContenitoreTotaleBottoniAlti{
	position: absolute;
	top:5%;
	left:5%;
	float: none;
	width: 90%;
	z-index:2;
	margin:0;
	padding:0;
}
#ContenitoreBottoni{
	float: left;
	width: 33.3%;
	padding:0;
}
#Pulsantebottonisx{
	font: 1.3em/1 Lobster,Arial,sans-serif;
}
#Pulsantebottoni{
	font: 1.3em/1 Lobster,Arial,sans-serif;
}
#Pulsantebottonidx{
	font: 1.3em/1 Lobster,Arial,sans-serif;
}
#ContenitoreTotaleBottoniBassi{
	margin-top:5%;
	float: left;
	width:100%;
	margin-bottom:5%;
}
#ContenitoreBottoniBassi{
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    background:#FFF;
	margin-left:6%;
	float: left;
	width:25%;
	padding-bottom:2%;
}

#ContenitoreFotoBottoniBassi{
	float: left;
	width:100%;
}
#ContenitoreTestoBottoniBassi{
	margin-top:2%;
	margin-left:5%;
	margin-botton:2%;
	float: left;
	width:90%;
}
#ContenitoreButtonScopriBottoniBassi{
	margin-top:7%;
	margin-left:10%;
	margin-botton:2%;
	float: left;
	width:80%;
}
#pulsantescopri {
 width:100%;
 outline: none;
 cursor: pointer;
 text-align: center;
 text-decoration: none;
 font-family: 'Lobster', cursive;
 font-size: 1.1em;
 color: #fff;
 padding-top:5%;
 padding-bottom:5%;
 margin-bottom:7%;
 border: solid 1px #0095cd;
 background: #0095cd;
 background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
 background: -webkit-linear-gradient(top,  #00adee,  #0078a5);
 background: -moz-linear-gradient(top,  #00adee,  #0078a5);
 background: -ms-linear-gradient(top,  #00adee,  #0078a5);
 background: -o-linear-gradient(top,  #00adee,  #0078a5);
 background: linear-gradient(top,  #00adee,  #0078a5);
 
 -pie-background: linear-gradient(#00adee,  #0078a5);
 behavior: url(pie/PIE.htc);
 
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
#pulsantescopri:hover {
 background: #0095cd;
 background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
 background: -webkit-linear-gradient(top,  #0078a5,  #00adee);
 background: -moz-linear-gradient(top,  #0078a5,  #00adee);
 background: -ms-linear-gradient(top,  #0078a5,  #00adee);
 background: -o-linear-gradient(top,  #0078a5,  #00adee);
 background: linear-gradient(top,  #0078a5,  #00adee);
 
 -pie-background: linear-gradient(#0078a5,  #00adee);
 behavior: url(pie/PIE.htc);
}
#pulsantescopri:active {
	position: relative;
	top: 1px;
}
#pulsantescopri:active {
	position: relative;
	top: 1px;
}
#ContenitoreTesto{
	margin-top:2%;
	margin-left:5%;
	margin-bottom:5%;
	float: left;
	width:90%;
}
#ContenitorePrivacyCookie{
	margin-top:3%;
	margin-left:0;
	margin-bottom:0;
	float: left;
	width:100%;
}
#ContenitorePrivacy{
	margin-top:0;
	margin-left:37%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:30%;
}
#ContenitoreCookie{
	margin-top:0;
	margin-left:3%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:30%;
}
#Pulsantebottoneprivacy{
	font: 0.9em/1 Verdana, Geneva, sans-serif;
	letter-spacing:1px;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
 p.blocktexttesto {
	padding-top:2%;
	margin-left:10%;
	text-align:left;
	width: 80%;
 }
 p.blocktexttestopartitaiva {
	line-height: 1.1;
	text-align:center;
	width: 90%;
	font-size: 0.9em;
	letter-spacing: 2px;
	margin-left:5%;
	padding-top:0.2%;
	padding-bottom:0.2%;
 }
  #ContenitoreIndirizzoOrariSocial{
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	padding:0;
	float: left;
	width:100%;
 }
 #ContenitoreIndirizzo{
	margin-top:0;
	margin-left:0;
	margin-right:5%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:95%;
 }
#ContenitoreSocialNuovo{
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	padding:0;
	float: left;
	width:100%;
}
#ContenitoreSocial{
	margin-left:2%;
	margin-right:0;
	margin-top:1%;
	margin-bottom:3%;
	float: left;
	width: 8%;
}
#Logowappfisso{
   width: 12%;
   position: fixed;
   bottom: 10px;
   right: 0px;
   z-index:3;
 }
 #ContenitoreCall{
	margin-top:0;
	margin-left:2%;
	margin-right:58%;
	margin-bottom:5%;
	float: left;
	width:40%;
	display:none;
}
 #ContenitoreTotaleBottoniAltiVersioneTelefoniPortrait {
	margin-top:1%;
	padding:0;
	float:left;
	width: 100%;
	position:relative;
	display:none;
 }
 #ContenitoreBottoniAltiVersioneTelefoniPortrait2 {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 100%;
	display:none;
 }
 #ContenitoreBottoniAltiVersioneTelefoniPortrait {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 60%;
	display:none;
 }
 #ContenitoreTotaleBottoniAltiVersioneTelefoniPortrait {
	margin:0;
	margin-top:0;
	padding-bottom:10%;
	padding-top:0;
	width: 100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	background:#FFF;
	
	-moz-animation-name: dropHeader;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: steps(1,1|10);
    -moz-animation-duration: 1s;

    -webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: steps(1,1|1);
    -webkit-animation-duration: 1s;

    animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: steps(1,1|1);
    animation-duration: 1s;
	
	-o-animation-name: dropHeader;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: steps(1,1|1);
    -o-animation-duration: 1s;
	display:none;
 }
 #ContenitoreBottoniAltiVersioneTelefoniPortrait {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 100%;
	display:none;
 }
 #ContenitoreLogoVersioneTelefoniPortrait {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 100%;
	background:#FFF;
	display:none;
 }
}

@media screen and (min-width: 451px) and (max-width:500px) {
/* Telefono Verticale Dario */
 body {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background: #FFF;
  overflow-x:hidden;
 }
 #ContenitoreSito {
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background:#FFF;
}
#ContenitoreFoto {
	position: relative;
	top:0px;
	left:0px;
	float: left;
	width: 100%;
	z-index:1;
	background:#FFF;
	display:none;
}
#ContenitoreFotoSmartphone {
	position: relative;
	top:0px;
	left:0px;
	float: none;
	width: 100%;
	z-index:1;
	background:#FFF;
	display:visibile;
}
#ContenitoreLogoFotoBottoni {
	position:relative;
	float: left;
	width: 100%;
	background:#FFF;
}
#ContenitoreLogo{
	position: absolute;
	top:67%;
	left:73%;
	float: none;
	width: 23%;
	z-index:2;
}
#ContenitoreTitoloH1{
	margin-left:1%;
	float: left;
	width: 88%;
}
#ContenitorePulsanteNavigazione{
	position:relative;
	float: left;
	margin-top:0;
	margin-left:1%;
	margin-right:0;
	width: 10%;
	z-index:100;
	display:visibile;
}
#pulsantemoreinfo {
    width:100%;
    outline: none;
    cursor: pointer;
	margin:0;
	padding:0;
	border:0;
    text-align: center;
    text-decoration: none;
	display:visibile;
}
#ContenitoreTotaleBottoniAlti{
	position: absolute;
	top:40%;
	left:0;
	float: none;
	width: 100%;
	z-index:2;
	margin:0;
	padding:0;
	display:none;
}
#ContenitoreBottoni{
	float: left;
	width: 16.6%;
	padding:0;
}
#Pulsantebottonisx{
	font: 1em/1 Lobster,Arial,sans-serif;
}
#Pulsantebottoni{
	font: 1em/1 Lobster,Arial,sans-serif;
}
#Pulsantebottonidx{
	font: 1em/1 Lobster,Arial,sans-serif;
}
#ContenitoreTotaleBottoniBassi{
	position:relative;
	margin-top:10%;
	float: left;
	width:100%;
	margin-bottom:5%;
}
#ContenitoreBottoniBassi{
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    background:#FFF;
	margin-left:10%;
	margin-bottom:8%;
	float: left;
	width:80%;
	padding-bottom:3%;
}

#ContenitoreFotoBottoniBassi{
	float: left;
	width:100%;
}
#ContenitoreTestoBottoniBassi{
	margin-top:2%;
	margin-left:5%;
	margin-botton:2%;
	float: left;
	width:90%;
}
#ContenitoreButtonScopriBottoniBassi{
	margin-top:7%;
	margin-left:5%;
	margin-botton:5%;
	float: left;
	width:90%;
}
#pulsantescopri {
 width:100%;
 outline: none;
 cursor: pointer;
 text-align: center;
 text-decoration: none;
 font-family: 'Lobster', cursive;
 font-size: 1.2em;
 color: #fff;
 padding-top:3%;
 padding-bottom:3%;
 margin-bottom:5%;
 border: solid 1px #0095cd;
 background: #0095cd;
 background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
 background: -webkit-linear-gradient(top,  #00adee,  #0078a5);
 background: -moz-linear-gradient(top,  #00adee,  #0078a5);
 background: -ms-linear-gradient(top,  #00adee,  #0078a5);
 background: -o-linear-gradient(top,  #00adee,  #0078a5);
 background: linear-gradient(top,  #00adee,  #0078a5);
 
 -pie-background: linear-gradient(#00adee,  #0078a5);
 behavior: url(pie/PIE.htc);
 
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
#pulsantescopri:hover {
 background: #0095cd;
 background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
 background: -webkit-linear-gradient(top,  #0078a5,  #00adee);
 background: -moz-linear-gradient(top,  #0078a5,  #00adee);
 background: -ms-linear-gradient(top,  #0078a5,  #00adee);
 background: -o-linear-gradient(top,  #0078a5,  #00adee);
 background: linear-gradient(top,  #0078a5,  #00adee);
 
 -pie-background: linear-gradient(#0078a5,  #00adee);
 behavior: url(pie/PIE.htc);
}
#pulsantescopri:active {
	position: relative;
	top: 1px;
}
#pulsantescopri:active {
	position: relative;
	top: 1px;
}
#ContenitoreTesto{
	margin-top:2%;
	margin-bottom:5%;
	margin-left:0%;
	float: left;
	width:100%;
}
#ContenitorePrivacyCookie{
	margin-top:3%;
	margin-left:0;
	margin-bottom:0;
	float: left;
	width:100%;
}
#ContenitorePrivacy{
	margin-top:0;
	margin-left:2%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:48%;
}
#ContenitoreCookie{
	margin-top:0;
	margin-left:2%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:48%;
}
#Pulsantebottoneprivacy{
	font: 0.9em/1 Verdana, Geneva, sans-serif;
	letter-spacing:1px;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
 p.blocktexttesto {
	padding-top:2%;
	margin-left:5%;
	text-align:left;
	width: 90%;
 }
 p.blocktexttestopartitaiva {
	line-height: 1.1;
	text-align:center;
	width: 100%;
	font-size:1em;
	letter-spacing: 2px;
	margin-left:0;
	padding-top:0.2%;
	padding-bottom:0.2%;
 }
  #ContenitoreIndirizzoOrariSocial{
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	padding:0;
	float: left;
	width:100%;
 }
  #ContenitoreIndirizzo{
	margin-top:0;
	margin-left:0;
	margin-right:5%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:95%;
 }
#ContenitoreSocialNuovo{
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	padding:0;
	float: left;
	width:100%;
}
#ContenitoreSocial{
	margin-left:5%;
	margin-right:5;
	margin-top:1%;
	margin-bottom:3%;
	float: left;
	width: 10%;
}
#Logowappfisso{
   width: 13%;
   position: fixed;
   bottom: 10px;
   right: 0px;
   z-index:3;
 }
 #ContenitoreCall{
	margin-top:0;
	margin-left:2%;
	margin-right:58%;
	margin-bottom:5%;
	float: left;
	width:40%;
	display:visibile;
}
#ContenitoreTotaleBottoniAltiVersioneTelefoniPortrait {
	margin:0;
	margin-top:0;
	padding-bottom:0;
	padding-top:0;
	width: 100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	background:#fff;
	
	-moz-animation-name: dropHeader;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: steps(1,1|10);
    -moz-animation-duration: 1s;

    -webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: steps(1,1|1);
    -webkit-animation-duration: 1s;

    animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: steps(1,1|1);
    animation-duration: 1s;
	
	-o-animation-name: dropHeader;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: steps(1,1|1);
    -o-animation-duration: 1s;
	display:none;
 }
 #ContenitoreBottoniAltiVersioneTelefoniPortrait {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 100%;
 }
 #ContenitoreLogoVersioneTelefoniPortrait {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 100%;
	background:#FFF;
 }
}

@media screen and (min-width: 351px) and (max-width:450px) {
/* Telefono Verticale Mio */
 body {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background:#FFF;
  overflow-x:hidden;
 }
 #ContenitoreSito {
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background:#FFF;
}
#ContenitoreFoto {
	position: relative;
	top:0px;
	left:0px;
	float: left;
	width: 100%;
	z-index:1;
	background:#FFF;
	display:none;
}
#ContenitoreFotoSmartphone {
	position: relative;
	top:0px;
	left:0px;
	float: none;
	width: 100%;
	z-index:1;
	background:#FFF;
	display:visibile;
}
#ContenitoreLogoFotoBottoni {
	position:relative;
	float: left;
	width: 100%;
	background:#FFF;
}
#ContenitoreLogo{
	position: absolute;
	top:67%;
	left:73%;
	float: none;
	width: 23%;
	z-index:2;
}
#ContenitoreTitoloH1{
	margin-left:1%;
	float: left;
	width: 86%;
}
#ContenitorePulsanteNavigazione{
	position:relative;
	float: left;
	margin-top:0;
	margin-left:1%;
	margin-right:0;
	width: 12%;
	z-index:100;
	display:visibile;
}
#pulsantemoreinfo {
    width:100%;
    outline: none;
    cursor: pointer;
	margin:0;
	padding:0;
	border:0;
    text-align: center;
    text-decoration: none;
	display:visibile;
}
#ContenitoreTotaleBottoniAlti{
	position: absolute;
	top:40%;
	left:0;
	float: none;
	width: 100%;
	z-index:2;
	margin:0;
	padding:0;
	display:none;
}
#ContenitoreBottoni{
	float: left;
	width: 16.6%;
	padding:0;
}
#Pulsantebottonisx{
	font: 1em/1 Lobster,Arial,sans-serif;
}
#Pulsantebottoni{
	font: 1em/1 Lobster,Arial,sans-serif;
}
#Pulsantebottonidx{
	font: 1em/1 Lobster,Arial,sans-serif;
}
#ContenitoreTotaleBottoniBassi{
	position:relative;
	margin-top:2%;
	float: left;
	width:100%;
	margin-bottom:5%;
}
#ContenitoreBottoniBassi{
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    background:#FFF;
	margin-top:8%;
	margin-left:5%;
	margin-bottom:8%;
	float: left;
	width:90%;
	padding-bottom:3%;
}

#ContenitoreFotoBottoniBassi{
	float: left;
	width:100%;
}
#ContenitoreTestoBottoniBassi{
	margin-top:2%;
	margin-left:0;
	margin-botton:2%;
	float: left;
	width:100%;
}
#ContenitoreButtonScopriBottoniBassi{
	margin-top:7%;
	margin-left:5%;
	margin-botton:5%;
	float: left;
	width:90%;
}
#pulsantescopri {
 width:100%;
 outline: none;
 cursor: pointer;
 text-align: center;
 text-decoration: none;
 font-family: 'Lobster', cursive;
 font-size: 1.2em;
 color: #fff;
 padding-top:3%;
 padding-bottom:3%;
 margin-bottom:5%;
 border: solid 1px #0095cd;
 background: #0095cd;
 background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
 background: -webkit-linear-gradient(top,  #00adee,  #0078a5);
 background: -moz-linear-gradient(top,  #00adee,  #0078a5);
 background: -ms-linear-gradient(top,  #00adee,  #0078a5);
 background: -o-linear-gradient(top,  #00adee,  #0078a5);
 background: linear-gradient(top,  #00adee,  #0078a5);
 
 -pie-background: linear-gradient(#00adee,  #0078a5);
 behavior: url(pie/PIE.htc);
 
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
#pulsantescopri:hover {
 background: #0095cd;
 background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
 background: -webkit-linear-gradient(top,  #0078a5,  #00adee);
 background: -moz-linear-gradient(top,  #0078a5,  #00adee);
 background: -ms-linear-gradient(top,  #0078a5,  #00adee);
 background: -o-linear-gradient(top,  #0078a5,  #00adee);
 background: linear-gradient(top,  #0078a5,  #00adee);
 
 -pie-background: linear-gradient(#0078a5,  #00adee);
 behavior: url(pie/PIE.htc);
}
#pulsantescopri:active {
	position: relative;
	top: 1px;
}
#ContenitoreTesto{
	margin-top:2%;
	margin-bottom:5%;
	margin-left:0;
	float: left;
	width:100%;
}
#ContenitorePrivacyCookie{
	margin-top:3%;
	margin-left:0;
	margin-bottom:0;
	float: left;
	width:100%;
}
#ContenitorePrivacy{
	margin-top:0;
	margin-left:2%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:48%;
}
#ContenitoreCookie{
	margin-top:0;
	margin-left:2%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:48%;
}
#Pulsantebottoneprivacy{
	font: 0.9em/1 Verdana, Geneva, sans-serif;
	letter-spacing:1px;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
 p.blocktexttesto {
	padding-top:2%;
	margin-left:5%;
	text-align:left;
	width: 90%;
 }
 p.blocktexttestopartitaiva {
	line-height: 1.1;
	text-align:center;
	width: 100%;
	font-size:1em;
	letter-spacing: 2px;
	margin-left:0;
	padding-top:0.2%;
	padding-bottom:0.2%;
 }
  #ContenitoreIndirizzoOrariSocial{
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	padding:0;
	float: left;
	width:100%;
 }
  #ContenitoreIndirizzo{
	margin-top:0;
	margin-left:0;
	margin-right:5%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:95%;
 }
 #ContenitoreSocialNuovo{
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	padding:0;
	float: left;
	width:100%;
}
 #ContenitoreSocial{
	margin-left:7%;
	margin-right:7;
	margin-top:1%;
	margin-bottom:3%;
	float: left;
	width: 13%;
}
#Logowappfisso{
   width: 20%;
   position: fixed;
   bottom: 10px;
   right: 0px;
   z-index:3;
 }
 #ContenitoreCall{
	margin-top:0;
	margin-left:2%;
	margin-right:58%;
	margin-bottom:5%;
	float: left;
	width:40%;
	display:visibile;
}
#ContenitoreTotaleBottoniAltiVersioneTelefoniPortrait {
	margin:0;
	margin-top:0;
	padding-bottom:0;
	padding-top:0;
	width: 100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	background:#FFF;
	
	-moz-animation-name: dropHeader;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: steps(1,1|10);
    -moz-animation-duration: 1s;

    -webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: steps(1,1|1);
    -webkit-animation-duration: 1s;

    animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: steps(1,1|1);
    animation-duration: 1s;
	
	-o-animation-name: dropHeader;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: steps(1,1|1);
    -o-animation-duration: 1s;
	display:none;
 }
 #ContenitoreBottoniAltiVersioneTelefoniPortrait {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 100%;
 }
 #ContenitoreLogoVersioneTelefoniPortrait {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 100%;
	background:#FFF;
 }
}

@media screen and (min-width: 251px) and (max-width:350px) {
/* Telefono Verticale Mio */
 body {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background:#FFF;
  overflow-x:hidden;
 }
 #ContenitoreSito {
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background:#FFF;
}
#ContenitoreFoto {
	position: relative;
	top:0px;
	left:0px;
	float: left;
	width: 100%;
	z-index:1;
	background:#FFF;
	display:none;
}
#ContenitoreFotoSmartphone {
	position: relative;
	top:0px;
	left:0px;
	float: none;
	width: 100%;
	z-index:1;
	background:#FFF;
	display:visibile;
}
#ContenitoreLogoFotoBottoni {
	position:relative;
	float: left;
	width: 100%;
	background:#FFF;
}
#ContenitoreLogo{
	position: absolute;
	top:67%;
	left:73%;
	float: none;
	width: 23%;
	z-index:2;
}
#ContenitoreTitoloH1{
	margin-left:1%;
	float: left;
	width: 81%;
}
#ContenitorePulsanteNavigazione{
	position:relative;
	float: left;
	margin-top:0;
	margin-left:1%;
	margin-right:0;
	width: 17%;
	z-index:100;
	display:visibile;
}
#pulsantemoreinfo {
    width:100%;
    outline: none;
    cursor: pointer;
	margin:0;
	padding:0;
	border:0;
    text-align: center;
    text-decoration: none;
	display:visibile;
}
#ContenitoreTotaleBottoniAlti{
	position: absolute;
	top:40%;
	left:0;
	float: none;
	width: 100%;
	z-index:2;
	margin:0;
	padding:0;
	display:none;
}
#ContenitoreBottoni{
	float: left;
	width: 16.6%;
	padding:0;
}
#Pulsantebottonisx{
	font: 1em/1 Lobster,Arial,sans-serif;
}
#Pulsantebottoni{
	font: 1em/1 Lobster,Arial,sans-serif;
}
#Pulsantebottonidx{
	font: 1em/1 Lobster,Arial,sans-serif;
}
#ContenitoreTotaleBottoniBassi{
	position:relative;
	margin-top:2%;
	float: left;
	width:100%;
	margin-bottom:5%;
}
#ContenitoreBottoniBassi{
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    background:#FFF;
	margin-top:8%;
	margin-left:5%;
	margin-bottom:8%;
	float: left;
	width:90%;
	padding-bottom:3%;
}

#ContenitoreFotoBottoniBassi{
	float: left;
	width:100%;
}
#ContenitoreTestoBottoniBassi{
	margin-top:2%;
	margin-left:0;
	margin-botton:2%;
	float: left;
	width:100%;
}
#ContenitoreButtonScopriBottoniBassi{
	margin-top:7%;
	margin-left:5%;
	margin-botton:5%;
	float: left;
	width:90%;
}
#pulsantescopri {
 width:100%;
 outline: none;
 cursor: pointer;
 text-align: center;
 text-decoration: none;
 font-family: 'Lobster', cursive;
 font-size: 1.2em;
 color: #fff;
 padding-top:3%;
 padding-bottom:3%;
 margin-bottom:5%;
 border: solid 1px #0095cd;
 background: #0095cd;
 background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
 background: -webkit-linear-gradient(top,  #00adee,  #0078a5);
 background: -moz-linear-gradient(top,  #00adee,  #0078a5);
 background: -ms-linear-gradient(top,  #00adee,  #0078a5);

 background: -o-linear-gradient(top,  #00adee,  #0078a5);
 background: linear-gradient(top,  #00adee,  #0078a5);
 
 -pie-background: linear-gradient(#00adee,  #0078a5);
 behavior: url(pie/PIE.htc);
 
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
#pulsantescopri:hover {
 background: #0095cd;
 background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
 background: -webkit-linear-gradient(top,  #0078a5,  #00adee);
 background: -moz-linear-gradient(top,  #0078a5,  #00adee);
 background: -ms-linear-gradient(top,  #0078a5,  #00adee);
 background: -o-linear-gradient(top,  #0078a5,  #00adee);
 background: linear-gradient(top,  #0078a5,  #00adee);
 
 -pie-background: linear-gradient(#0078a5,  #00adee);
 behavior: url(pie/PIE.htc);
}
#pulsantescopri:active {
	position: relative;
	top: 1px;
}
#ContenitoreTesto{
	margin-top:2%;
	margin-bottom:5%;
	margin-left:0;
	float: left;
	width:100%;
}
#ContenitorePrivacyCookie{
	margin-top:3%;
	margin-left:0;
	margin-bottom:0;
	float: left;
	width:100%;
}
#ContenitorePrivacy{
	margin-top:0;
	margin-left:2%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:48%;
}
#ContenitoreCookie{
	margin-top:0;
	margin-left:2%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:48%;
}
#Pulsantebottoneprivacy{
	font: 0.9em/1 Verdana, Geneva, sans-serif;
	letter-spacing:1px;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
 p.blocktexttesto {
	padding-top:2%;
	margin-left:5%;
	text-align:left;
	width: 90%;
 }
 p.blocktexttestopartitaiva {
	line-height: 1.1;
	text-align:center;
	width: 100%;
	font-size:1em;
	letter-spacing: 2px;
	margin-left:0;
	padding-top:0.2%;
	padding-bottom:0.2%;
 }
  #ContenitoreIndirizzoOrariSocial{
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	padding:0;
	float: left;
	width:100%;
 }
  #ContenitoreIndirizzo{
	margin-top:0;
	margin-left:0;
	margin-right:5%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:95%;
 }
 #ContenitoreSocialNuovo{
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	padding:0;
	float: left;
	width:100%;
}
 #ContenitoreSocial{
	margin-left:7%;
	margin-right:7;
	margin-top:1%;
	margin-bottom:3%;
	float: left;
	width: 13%;
}
#Logowappfisso{
   width: 25%;
   position: fixed;
   bottom: 10px;
   right: 0px;
   z-index:3;
 }
 #ContenitoreCall{
	margin-top:0;
	margin-left:2%;
	margin-right:58%;
	margin-bottom:5%;
	float: left;
	width:40%;
	display:visibile;
}
#ContenitoreTotaleBottoniAltiVersioneTelefoniPortrait {
	margin:0;
	margin-top:0;
	padding-bottom:0;
	padding-top:0;
	width: 100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	background:#FFF;
	
	-moz-animation-name: dropHeader;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: steps(1,1|10);
    -moz-animation-duration: 1s;

    -webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: steps(1,1|1);
    -webkit-animation-duration: 1s;

    animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: steps(1,1|1);
    animation-duration: 1s;
	
	-o-animation-name: dropHeader;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: steps(1,1|1);
    -o-animation-duration: 1s;
	display:none;
 }
 #ContenitoreBottoniAltiVersioneTelefoniPortrait {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 100%;
 }
 #ContenitoreLogoVersioneTelefoniPortrait {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 100%;
	background:#FFF;
 }
}

@media screen and (min-width: 151px) and (max-width:250px) {
/* Telefono Verticale Mio */
 body {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background:#FFF;
  overflow-x:hidden;
 }
 #ContenitoreSito {
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background:#FFF;
}
#ContenitoreFoto {
	position: relative;
	top:0px;
	left:0px;
	float: left;
	width: 100%;
	z-index:1;
	background:#FFF;
	display:none;
}
#ContenitoreFotoSmartphone {
	position: relative;
	top:0px;
	left:0px;
	float: none;
	width: 100%;
	z-index:1;
	background:#FFF;
	display:visibile;
}
#ContenitoreLogoFotoBottoni {
	position:relative;
	float: left;
	width: 100%;
	background:#FFF;
}
#ContenitoreLogo{
	position: absolute;
	top:67%;
	left:73%;
	float: none;
	width: 23%;
	z-index:2;
}
#ContenitoreTitoloH1{
	margin-left:1%;
	float: left;
	width: 75%;
}
#ContenitorePulsanteNavigazione{
	position:relative;
	float: left;
	margin-top:0;
	margin-left:1%;
	margin-right:0;
	width: 23%;
	z-index:100;
	display:visibile;
}
#pulsantemoreinfo {
    width:100%;
    outline: none;
    cursor: pointer;
	margin:0;
	padding:0;
	border:0;
    text-align: center;
    text-decoration: none;
	display:visibile;
}
#ContenitoreTotaleBottoniAlti{
	position: absolute;
	top:40%;
	left:0;
	float: none;
	width: 100%;
	z-index:2;
	margin:0;
	padding:0;
	display:none;
}
#ContenitoreBottoni{
	float: left;
	width: 16.6%;
	padding:0;
}
#Pulsantebottonisx{
	font: 1em/1 Lobster,Arial,sans-serif;
}
#Pulsantebottoni{
	font: 1em/1 Lobster,Arial,sans-serif;
}
#Pulsantebottonidx{
	font: 1em/1 Lobster,Arial,sans-serif;
}
#ContenitoreTotaleBottoniBassi{
	position:relative;
	margin-top:2%;
	float: left;
	width:100%;
	margin-bottom:5%;
}
#ContenitoreBottoniBassi{
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    background:#FFF;
	margin-top:8%;
	margin-left:5%;
	margin-bottom:8%;
	float: left;
	width:90%;
	padding-bottom:3%;
}

#ContenitoreFotoBottoniBassi{
	float: left;
	width:100%;
}
#ContenitoreTestoBottoniBassi{
	margin-top:2%;
	margin-left:0;
	margin-botton:2%;
	float: left;
	width:100%;
}
#ContenitoreButtonScopriBottoniBassi{
	margin-top:7%;
	margin-left:5%;
	margin-botton:5%;
	float: left;
	width:90%;
}
#pulsantescopri {
 width:100%;
 outline: none;
 cursor: pointer;
 text-align: center;
 text-decoration: none;
 font-family: 'Lobster', cursive;
 font-size: 1.2em;
 color: #fff;
 padding-top:3%;
 padding-bottom:3%;
 margin-bottom:5%;
 border: solid 1px #0095cd;
 background: #0095cd;
 background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
 background: -webkit-linear-gradient(top,  #00adee,  #0078a5);
 background: -moz-linear-gradient(top,  #00adee,  #0078a5);
 background: -ms-linear-gradient(top,  #00adee,  #0078a5);


 background: -o-linear-gradient(top,  #00adee,  #0078a5);
 background: linear-gradient(top,  #00adee,  #0078a5);
 
 -pie-background: linear-gradient(#00adee,  #0078a5);
 behavior: url(pie/PIE.htc);
 
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
#pulsantescopri:hover {
 background: #0095cd;
 background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
 background: -webkit-linear-gradient(top,  #0078a5,  #00adee);
 background: -moz-linear-gradient(top,  #0078a5,  #00adee);
 background: -ms-linear-gradient(top,  #0078a5,  #00adee);
 background: -o-linear-gradient(top,  #0078a5,  #00adee);
 background: linear-gradient(top,  #0078a5,  #00adee);
 
 -pie-background: linear-gradient(#0078a5,  #00adee);
 behavior: url(pie/PIE.htc);
}
#pulsantescopri:active {
	position: relative;
	top: 1px;
}
#ContenitoreTesto{
	margin-top:2%;
	margin-bottom:5%;
	margin-left:0;
	float: left;
	width:100%;
}
#ContenitorePrivacyCookie{
	margin-top:3%;
	margin-left:0;
	margin-bottom:0;
	float: left;
	width:100%;
}
#ContenitorePrivacy{
	margin-top:0;
	margin-left:2%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:48%;
}
#ContenitoreCookie{
	margin-top:0;
	margin-left:2%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:48%;
}
#Pulsantebottoneprivacy{
	font: 0.9em/1 Verdana, Geneva, sans-serif;
	letter-spacing:1px;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
 p.blocktexttesto {
	padding-top:2%;
	margin-left:5%;
	text-align:left;
	width: 90%;
 }
 p.blocktexttestopartitaiva {
	line-height: 1.1;
	text-align:center;
	width: 100%;
	font-size:1em;
	letter-spacing: 2px;
	margin-left:0;
	padding-top:0.2%;
	padding-bottom:0.2%;
 }
  #ContenitoreIndirizzoOrariSocial{
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	padding:0;
	float: left;
	width:100%;
 }
  #ContenitoreIndirizzo{
	margin-top:0;
	margin-left:0;
	margin-right:5%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:95%;
 }
 #ContenitoreSocialNuovo{
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	padding:0;
	float: left;
	width:100%;
}
 #ContenitoreSocial{
	margin-left:7%;
	margin-right:12;
	margin-top:1%;
	margin-bottom:3%;
	float: left;
	width: 20%;
}
#Logowappfisso{
   width: 30%;
   position: fixed;
   bottom: 10px;
   right: 0px;
   z-index:3;
 }
 #ContenitoreCall{
	margin-top:0;
	margin-left:2%;
	margin-right:58%;
	margin-bottom:5%;
	float: left;
	width:50%;
	display:visibile;
}
#ContenitoreTotaleBottoniAltiVersioneTelefoniPortrait {
	margin:0;
	margin-top:0;
	padding-bottom:0;
	padding-top:0;
	width: 100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	background:#FFF;
	
	-moz-animation-name: dropHeader;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: steps(1,1|10);
    -moz-animation-duration: 1s;

    -webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: steps(1,1|1);
    -webkit-animation-duration: 1s;

    animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: steps(1,1|1);
    animation-duration: 1s;
	
	-o-animation-name: dropHeader;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: steps(1,1|1);
    -o-animation-duration: 1s;
	display:none;
 }
 #ContenitoreBottoniAltiVersioneTelefoniPortrait {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 100%;
 }
 #ContenitoreLogoVersioneTelefoniPortrait {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 100%;
	background:#FFF;
 }
}

@media screen and (min-width: 0px) and (max-width:150px) {
/* Telefono Verticale Mio */
 body {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background:#FFF;
  overflow-x:hidden;
 }
 #ContenitoreSito {
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background:#FFF;
}
#ContenitoreFoto {
	position: relative;
	top:0px;
	left:0px;
	float: left;
	width: 100%;
	z-index:1;
	background:#FFF;
	display:none;
}
#ContenitoreFotoSmartphone {
	position: relative;
	top:0px;
	left:0px;
	float: none;
	width: 100%;
	z-index:1;
	background:#FFF;
	display:visibile;
}
#ContenitoreLogoFotoBottoni {
	position:relative;
	float: left;
	width: 100%;
	background:#FFF;
}
#ContenitoreLogo{
	position: absolute;
	top:67%;
	left:73%;
	float: none;
	width: 23%;
	z-index:2;
}
#ContenitoreTitoloH1{
	margin-left:1%;
	float: left;
	width: 75%;
}
#ContenitorePulsanteNavigazione{
	position:relative;
	float: left;
	margin-top:0;
	margin-left:1%;
	margin-right:0;
	width: 23%;
	z-index:100;
	display:visibile;
}
#pulsantemoreinfo {
    width:100%;
    outline: none;
    cursor: pointer;
	margin:0;
	padding:0;
	border:0;
    text-align: center;
    text-decoration: none;
	display:visibile;
}
#ContenitoreTotaleBottoniAlti{
	position: absolute;
	top:40%;
	left:0;
	float: none;
	width: 100%;
	z-index:2;
	margin:0;
	padding:0;
	display:none;
}
#ContenitoreBottoni{
	float: left;
	width: 16.6%;
	padding:0;
}
#Pulsantebottonisx{
	font: 1em/1 Lobster,Arial,sans-serif;
}
#Pulsantebottoni{
	font: 1em/1 Lobster,Arial,sans-serif;
}
#Pulsantebottonidx{
	font: 1em/1 Lobster,Arial,sans-serif;
}
#ContenitoreTotaleBottoniBassi{
	position:relative;
	margin-top:2%;
	float: left;
	width:100%;
	margin-bottom:5%;
}
#ContenitoreBottoniBassi{
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    background:#FFF;
	margin-top:8%;
	margin-left:5%;
	margin-bottom:8%;
	float: left;
	width:90%;
	padding-bottom:3%;
}

#ContenitoreFotoBottoniBassi{
	float: left;
	width:100%;
}
#ContenitoreTestoBottoniBassi{
	margin-top:2%;
	margin-left:0;
	margin-botton:2%;
	float: left;
	width:100%;
}
#ContenitoreButtonScopriBottoniBassi{
	margin-top:7%;
	margin-left:5%;
	margin-botton:5%;
	float: left;
	width:90%;
}
#pulsantescopri {
 width:100%;
 outline: none;
 cursor: pointer;
 text-align: center;
 text-decoration: none;
 font-family: 'Lobster', cursive;
 font-size: 1.2em;
 color: #fff;
 padding-top:3%;
 padding-bottom:3%;
 margin-bottom:5%;
 border: solid 1px #0095cd;
 background: #0095cd;
 background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
 background: -webkit-linear-gradient(top,  #00adee,  #0078a5);
 background: -moz-linear-gradient(top,  #00adee,  #0078a5);
 background: -ms-linear-gradient(top,  #00adee,  #0078a5);



 background: -o-linear-gradient(top,  #00adee,  #0078a5);
 background: linear-gradient(top,  #00adee,  #0078a5);
 
 -pie-background: linear-gradient(#00adee,  #0078a5);
 behavior: url(pie/PIE.htc);
 
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
 box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
#pulsantescopri:hover {
 background: #0095cd;
 background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
 background: -webkit-linear-gradient(top,  #0078a5,  #00adee);
 background: -moz-linear-gradient(top,  #0078a5,  #00adee);
 background: -ms-linear-gradient(top,  #0078a5,  #00adee);
 background: -o-linear-gradient(top,  #0078a5,  #00adee);
 background: linear-gradient(top,  #0078a5,  #00adee);
 
 -pie-background: linear-gradient(#0078a5,  #00adee);
 behavior: url(pie/PIE.htc);
}
#pulsantescopri:active {
	position: relative;
	top: 1px;
}
#ContenitoreTesto{
	margin-top:2%;
	margin-bottom:5%;
	margin-left:0;
	float: left;
	width:100%;
}
#ContenitorePrivacyCookie{
	margin-top:3%;
	margin-left:0;
	margin-bottom:0;
	float: left;
	width:100%;
}
#ContenitorePrivacy{
	margin-top:0;
	margin-left:2%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:48%;
}
#ContenitoreCookie{
	margin-top:0;
	margin-left:2%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:48%;
}
#Pulsantebottoneprivacy{
	font: 0.9em/1 Verdana, Geneva, sans-serif;
	letter-spacing:1px;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
 p.blocktexttesto {
	padding-top:2%;
	margin-left:5%;
	text-align:left;
	width: 90%;
 }
 p.blocktexttestopartitaiva {
	line-height: 1.1;
	text-align:center;
	width: 100%;
	font-size:1em;
	letter-spacing: 2px;
	margin-left:0;
	padding-top:0.2%;
	padding-bottom:0.2%;
 }
  #ContenitoreIndirizzoOrariSocial{
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	padding:0;
	float: left;
	width:100%;
 }
 #ContenitoreIndirizzo{
	margin-top:0;
	margin-left:0;
	margin-right:5%;
	margin-bottom:0;
	padding:0;
	float: left;
	width:95%;
 }
 #ContenitoreSocialNuovo{
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	padding:0;
	float: left;
	width:100%;
}
 #ContenitoreSocial{
	margin-left:7%;
	margin-right:12;
	margin-top:1%;
	margin-bottom:3%;
	float: left;
	width: 20%;
}
#Logowappfisso{
   width: 30%;
   position: fixed;
   bottom: 10px;
   right: 0px;
   z-index:3;
 }
  #ContenitoreCall{
	margin-top:0;
	margin-left:2%;
	margin-right:58%;
	margin-bottom:5%;
	float: left;
	width:50%;
	display:visibile;
}
#ContenitoreTotaleBottoniAltiVersioneTelefoniPortrait {
	margin:0;
	margin-top:0;
	padding-bottom:0;
	padding-top:0;
	width: 100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	background:#FFF;
	
	-moz-animation-name: dropHeader;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: steps(1,1|10);
    -moz-animation-duration: 1s;

    -webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: steps(1,1|1);
    -webkit-animation-duration: 1s;

    animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: steps(1,1|1);
    animation-duration: 1s;
	
	-o-animation-name: dropHeader;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: steps(1,1|1);
    -o-animation-duration: 1s;
	display:none;
 }
 #ContenitoreBottoniAltiVersioneTelefoniPortrait {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 100%;
 }
 #ContenitoreLogoVersioneTelefoniPortrait {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width: 100%;
	background:#FFF;
 }
}